ICommand interface ¶
Namespace: NextDesign.Desktop
Description¶
Provides command definition information.
Affiliation area¶
| Name | Description |
|---|---|
| Command | APIs to access the commands received by the command handler. |
Property¶
| Name | Description |
|---|---|
| CanExecFunc | Executability judgment function name |
| Description | Command description |
| ExecFunc | Execution function name |
| Id | Command identifier |
| Title | Command name |